SetMessageInterface
TheSetMessageInterface
method replaces the message interface for this session.
void SetMessageInterface ( in ODMessageInterface messageInterface);
messageInterface
- A reference to the new message interface for this session.
DISCUSSION
This method may be called only by a shell plug-in'sODShellPluginInstall
function.SEE ALSO
The ODMessageInterface class (page 411).
TheODShellPluginInstall
function (page 952).